home *** CD-ROM | disk | FTP | other *** search
- //--- OBJECT WRITE BEGIN ---
- new GuiControl(tools_rts_kit) {
- profile = "GuiModelessDialogProfile";
- horizSizing = "right";
- vertSizing = "bottom";
- position = "0 0";
- extent = "640 480";
- minExtent = "8 2";
- visible = "1";
- helpTag = "0";
- title = "RTS Starter Kit";
-
- new GuiScrollCtrl() {
- profile = "GuiBevelLoweredProfile";
- horizSizing = "width";
- vertSizing = "height";
- position = "30 106";
- extent = "580 270";
- minExtent = "8 8";
- visible = "1";
- helpTag = "0";
- willFirstRespond = "1";
- hScrollBar = "alwaysOff";
- vScrollBar = "alwaysOn";
- constantThumbHeight = "0";
- childMargin = "0 0";
-
- new GuiMLTextCtrl() {
- profile = "GuiMLTextProfile";
- horizSizing = "width";
- vertSizing = "height";
- position = "2 2";
- extent = "553 514";
- minExtent = "8 2";
- visible = "1";
- helpTag = "0";
- lineSpacing = "2";
- allowColorChars = "0";
- maxChars = "-1";
- text = "main";
- fileName = "demo/client/ui/tools/tools_rts_kit.txt";
- };
- };
- };
- //--- OBJECT WRITE END ---
-
-